Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Example of Multiview MIGHT and Forest #142

Merged
merged 11 commits into from
Oct 16, 2023
Merged

[DOC] Example of Multiview MIGHT and Forest #142

merged 11 commits into from
Oct 16, 2023

Conversation

adam2392
Copy link
Collaborator

@adam2392 adam2392 commented Oct 12, 2023

Closes #88
Closes #112

Changes proposed in this pull request:

  • an example of multi-view random forest
  • an example of co-MIGHT (e.g. hypothesis testing with multi view random forest)

Before submitting

  • I've read and followed all steps in the Making a pull request
    section of the CONTRIBUTING docs.
  • I've updated or added any relevant docstrings following the syntax described in the
    Writing docstrings section of the CONTRIBUTING docs.
  • If this PR fixes a bug, I've added a test that will fail without my fix.
  • If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.

After submitting

  • All GitHub Actions jobs for my pull request have passed.

Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
@adam2392 adam2392 marked this pull request as ready for review October 12, 2023 19:53
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (64b8044) 89.73% compared to head (993c30f) 89.73%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #142   +/-   ##
=======================================
  Coverage   89.73%   89.73%           
=======================================
  Files          41       41           
  Lines        3352     3352           
=======================================
  Hits         3008     3008           
  Misses        344      344           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Adam Li <adam2392@gmail.com>
Copy link
Member

@sampan501 sampan501 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, looked over this before and forgot to approve

@adam2392 adam2392 merged commit 486e5a2 into main Oct 16, 2023
26 checks passed
@adam2392 adam2392 deleted the multiviewex branch October 16, 2023 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add multiview code/docs/tutorial Multi-view MORF with multiple feature sets
2 participants